ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / LinearGaugeBaseTagHelper<TControl> Class / ThumbSize Property

In This Topic
    ThumbSize Property (LinearGaugeBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.ThumbSize. Sets the size of the element that shows the gauge's current value, in pixels.
    Syntax
    'Declaration
     
    Public Property ThumbSize As Double
    public double ThumbSize {get; set;}
    See Also